Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.preview.theme--applications

This contribution is part of XML component org.nuxeo.ecm.platform.preview.theme inside nuxeo-platform-preview-6.0.jar

Extension Point

Extension point applications of component ThemeService.

Contributed Items

  • <application root="/nuxeo" template-engine="jsf-facelets">
          <view id="/preview_popup.xhtml">
            <theme>galaxy/popup</theme>
          </view>
        </application>

XML Source

<extension point="applications" target="org.nuxeo.theme.services.ThemeService">

    <application root="/nuxeo" template-engine="jsf-facelets">
      <view id="/preview_popup.xhtml">
        <theme>galaxy/popup</theme>
      </view>
    </application>
  </extension>